From 07275b974700cee85a3c338911c8831545552bdf Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 9 Aug 2006 10:53:16 +0100 Subject: [PATCH] Build tools/firmware only on x86. Signed-off-by: Keir Fraser --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index afcfb06153..737b6cff78 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,7 +8,7 @@ SUBDIRS-y += misc SUBDIRS-y += examples SUBDIRS-y += xentrace SUBDIRS-$(CONFIG_XCUTILS) += xcutils -SUBDIRS-y += firmware +SUBDIRS-$(CONFIG_X86) += firmware SUBDIRS-y += security SUBDIRS-y += console SUBDIRS-y += xenmon -- 2.30.2